SftTree/NET 2.0

AutoRespond Property, SftTree Class

Softel vdm, Inc.

Defines whether the tree control automatically handles certain events to expand and collapse items or to resize columns.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoRespond As Boolean

C#   

public bool AutoRespond { get; set; }

C++   

public: property bool AutoRespond {
        bool get();
        void set(bool value);
}

Property Value

True if the tree control automatically handles certain events, otherwise False.

The default value is True.

Comments

The AutoRespond property defines whether the tree control automatically handles certain events to expand and collapse items or to resize columns.

If enabled, the tree control automatically expands/collapses items when the user double-clicks on an item and columns are resized when the user double-clicks in the column resizing area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com